From 82f9c0bd8e53fe6246c8ecf66bf8c20bca74da77 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Sun, 13 Jul 2003 16:16:56 +0000 Subject: [PATCH] bitkeeper revision 1.343 (3f1185f8LtpFl0Oco6NKylLtg11l2A) misc fixes --- xen/common/memory.c | 2 +- xenolinux-2.4.21-sparse/arch/xeno/defconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/common/memory.c b/xen/common/memory.c index ab26b664d8..637112d241 100644 --- a/xen/common/memory.c +++ b/xen/common/memory.c @@ -184,7 +184,7 @@ /* Domain 0 is allowed to submit requests on behalf of others. */ #define DOMAIN_OKAY(_f) \ - (((_f) & PG_domain_mask) == current->domain) + ((((_f) & PG_domain_mask) == current->domain) || (current->domain == 0)) /* 'get' checks parameter for validity before inc'ing refcnt. */ static int get_l2_table(unsigned long page_nr); diff --git a/xenolinux-2.4.21-sparse/arch/xeno/defconfig b/xenolinux-2.4.21-sparse/arch/xeno/defconfig index 4bcc51c3fa..e356bce8cf 100644 --- a/xenolinux-2.4.21-sparse/arch/xeno/defconfig +++ b/xenolinux-2.4.21-sparse/arch/xeno/defconfig @@ -131,9 +131,9 @@ CONFIG_XENOLINUX_BLOCK=y # Character devices # CONFIG_XEN_CONSOLE=y -# CONFIG_VT is not set -# CONFIG_VGA_CONSOLE is not set -# CONFIG_DUMMY_CONSOLE is not set +CONFIG_VT=y +CONFIG_VGA_CONSOLE=y +CONFIG_DUMMY_CONSOLE=y # CONFIG_PSMOUSE is not set # CONFIG_UNIX98_PTYS is not set -- 2.30.2